UpdateBatchSize Property (C1DataAdapterBase<TCommandImpl>)
In This Topic
Gets or sets the number of commands that can be executed in a single batch,
also effectively enabling (>1) or disabling batch support.
Syntax
'Declaration
Public Overrides Property UpdateBatchSize As Integer
public override int UpdateBatchSize {get; set;}
See Also